isEnabled

fun isEnabled(providers: ProviderFactory): Provider<Boolean>

Checks if the specified build feature is enabled for the current project.

Return

A provider containing the boolean value

Parameters

providers

Gradle ProviderFactory instance.